From: Kunal Mehta Date: Tue, 22 Aug 2017 05:45:04 +0000 (-0700) Subject: PHPVersionCheck: Use HTTPS download URL for downloading PHP X-Git-Tag: 1.31.0-rc.0~2340^2 X-Git-Url: http://git.cyclocoop.org/%28%5B%5E/404?a=commitdiff_plain;h=b663b8eb00c80b47cf4847277b00c2f90ae4f2c4;p=lhc%2Fweb%2Fwiklou.git PHPVersionCheck: Use HTTPS download URL for downloading PHP Change-Id: Iaf8e012b91888233703577e2de4ec522f39428e7 --- diff --git a/includes/PHPVersionCheck.php b/includes/PHPVersionCheck.php index cd5bf54998..e9e271ce49 100644 --- a/includes/PHPVersionCheck.php +++ b/includes/PHPVersionCheck.php @@ -98,7 +98,7 @@ class PHPVersionCheck { 'vendor' => 'the PHP Group', 'upstreamSupported' => '5.5.0', 'minSupported' => '5.5.9', - 'upgradeURL' => 'http://www.php.net/downloads.php', + 'upgradeURL' => 'https://secure.php.net/downloads.php', ); }